In This Topic
Sets the minimum row height.
The minimum row height sets the row height when the cells maximum height is less than this value. If this property is 0 then the row height is given by the maximum cell height.
Syntax
public void setMinHeight(
double
)
|
Parameters
- value
- The minimum row height.
See Also